projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e507447
)
(rmail-expunge-and-save): Mark summary buffer as unmodified.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 9 Feb 1994 04:25:48 +0000
(
04:25
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 9 Feb 1994 04:25:48 +0000
(
04:25
+0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 3641f470673e261a9baf951ee3fb849f3b5728e1..17b87a83c4d87d76b24239171a70c83441a82c72 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-634,7
+634,9
@@
Instead, these commands are available:
"Expunge and save RMAIL file."
(interactive)
(rmail-expunge)
- (save-buffer))
+ (save-buffer)
+ (if (rmail-summary-exists)
+ (rmail-select-summary (set-buffer-modified-p nil))))
(defun rmail-quit ()
"Quit out of RMAIL."